PDF4Java Reference Documentation
com.o2sol.pdf4java.document Package / PDFDocument Class / setPDFVersion Method
A PDFVersion enum member specifying the version of the PDF document.
In This Topic
    setPDFVersion Method
    In This Topic
    Sets the PDF version of this Object.
    Syntax
    public void setPDFVersion( 
       PDFVersion version
    )

    Parameters

    version
    A PDFVersion enum member specifying the version of the PDF document.
    Exceptions
    ExceptionDescription
    When version is PDFVersion.UNKNOWN.
    See Also